Java Script It!
See Also...
Info
Slide Show
 
Description
A java script application that builds a slide show style presentation.

Properties
Property Description
Slide URL's Stores the list of URL's that will become the various slides. The order that they appear in the list will be the navigation order. Relative or absolute paths may be used.
Navigation Type Stores whether the user will navigate from slide to slide by clicking buttons or automatically through a timer.
Timer The amount of time in seconds that will occur before the slide show will navigate to the next slide (URL). This property is applied only if the Navigation Type property is set to Timer.
Exit URL The URL that the user will navigate to upon exiting the slide show. Relative or absolute paths may be used.
Slide Show Title The title of the slide show which will be displayed on the navigation bar.
Frameset Filename The filename of the HTML document that stores the frameset. This will be the document that gets called when you want the slide show to be displayed. The slide show uses frames to display the navigation sidebar and the slides.
Slide Frame Filename The filename of the HTML document that will be the navigational sidebar.

Browser Compatibility
Navigator 3 IE 3 Navigator 4++ IE 4++
compatible compatible compatible compatible

Aditional Information

  • The file that you open up is used to locate the base directory of slide show and will be stored as the first slide.
  • The two HTML documents created by Slide Show (Frameset Filename and Slide Frame Filename) will be saved to the same directory that the file listed in the Application Info is located in.

Troubleshooting

  • If the slide show does not work make sure you are calling the HTML file stored in the Frameset Filename property and that the two HTML documents created by Slide Show (mentioned above) are uploaded to the server.

Info
Support